projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e050a4
)
Fix build in a separate directory (bug#52669)
author
Sam Steingold
<sds@gnu.org>
Mon, 20 Dec 2021 18:22:42 +0000
(13:22 -0500)
committer
Sam Steingold
<sds@gnu.org>
Mon, 20 Dec 2021 18:25:46 +0000
(13:25 -0500)
* src/lisp.h: Include <globals.h> instead of "globals.h"
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 92ab05b422854f4a81cb043ff939eca0f5b56d9d..1518d4a8690be2e1f07b4e0d123e327742cbdbdc 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-954,7
+954,7
@@
typedef EMACS_UINT Lisp_Word_tag;
? ((y) - 1 + (x)) & ~ ((y) - 1) \
: ((y) - 1 + (x)) - ((y) - 1 + (x)) % (y))
-#include
"globals.h"
+#include
<globals.h>
/* Header of vector-like objects. This documents the layout constraints on
vectors and pseudovectors (objects of PVEC_xxx subtype). It also prevents